|
|
|
|
OnLoad Method, SftTree Class |
Raises the Load event and initializes the control.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Protected Overrides Sub OnLoad( ByVal e As EventArgs ) |
C# |
protected override void OnLoad( EventArgs e ); |
C++ |
protected: virtual void OnLoad( EventArgs^ e ); |
e
An EventArgs that contains the event data.
Comments
The OnLoad method raises the Load event and initializes the control.